[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 - Added a FSEEK statement to position to any random location within a file

   Syntax:
    FSEEK channel,bytes,position

     channel = file channel number
     bytes    = number of bytes to move (+/-) relative to position
     position = base location to start the seek from:
                SEEK_SET (0)  beginning of the file
                SEEK_CUR (1)  current file pointer location
                SEEK_END (2)  end of the file

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson